Next: Publishing links, Previous: Publishing action, Up: Configuration [Contents][Index]
The property list can be used to set many export options for the exporters. In most cases, these properties correspond to user variables in Org. The first table below lists these properties along with the variable they belong to. The second table list HTML specific properties. See the documentation string of these options for details.
:archived-trees |
org-export-with-archived-trees |
:exclude-tags |
org-export-exclude-tags |
:headline-levels |
org-export-headline-levels |
:language |
org-export-default-language |
:preserve-breaks |
org-export-preserve-breaks |
:section-numbers |
org-export-with-section-numbers |
:select-tags |
org-export-select-tags |
:with-author |
org-export-with-author |
:with-creator |
org-export-with-creator |
:with-drawers |
org-export-with-drawers |
:with-email |
org-export-with-email |
:with-emphasize |
org-export-with-emphasize |
:with-fixed-width |
org-export-with-fixed-width |
:with-footnotes |
org-export-with-footnotes |
:with-latex |
org-export-with-latex |
:with-planning |
org-export-with-planning |
:with-priority |
org-export-with-priority |
:with-special-strings |
org-export-with-special-strings |
:with-sub-superscript |
org-export-with-sub-superscripts |
:with-tables |
org-export-with-tables |
:with-tags |
org-export-with-tags |
:with-tasks |
org-export-with-tasks |
:with-timestamps |
org-export-with-timestamps |
:with-toc |
org-export-with-toc |
:with-todo-keywords |
org-export-with-todo-keywords |
:html-doctype |
org-html-doctype |
:html-container |
org-html-container-element |
:html-html5-fancy |
org-html-html5-fancy |
:html-xml-declaration |
org-html-xml-declaration |
:html-link-up |
org-html-link-up |
:html-link-home |
org-html-link-home |
:html-link-org-as-html |
org-html-link-org-files-as-html |
:html-link-use-abs-url |
org-html-link-use-abs-url |
:html-head |
org-html-head |
:html-head-extra |
org-html-head-extra |
:html-inline-images |
org-html-inline-images |
:html-extension |
org-html-extension |
:html-preamble |
org-html-preamble |
:html-postamble |
org-html-postamble |
:html-table-attributes |
org-html-table-default-attributes |
:html-table-row-tags |
org-html-table-row-tags |
:html-head-include-default-style |
org-html-head-include-default-style |
:html-head-include-scripts |
org-html-head-include-scripts |
Most of the org-export-with-* variables have the
same effect in each exporter.
When a property is given a value in
org-publish-project-alist, its setting overrides the
value of the corresponding user variable (if any) during
publishing. Options set within a file (see Export settings),
however, override everything.
Next: Publishing links, Previous: Publishing action, Up: Configuration [Contents][Index]